-
Notifications
You must be signed in to change notification settings - Fork 555
Add API resource access to notification sender v2 API #6657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add API resource access to notification sender v2 API #6657
Conversation
...ore/org.wso2.carbon.identity.core.server.feature/resources/resource-access-control-v2.xml.j2
Show resolved
Hide resolved
Update the xml file as well |
50dd15c
to
29f4a4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes will enable the v2 API endpoints while continuing to use the existing internal_notification_senders_
scopes.
However, one thing to note is that the API resource representation will still only reflect the v1 version. This means that anyone intending to consume the v2 API will still need to authorize the v1 API in their application in order to obtain the necessary scopes.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6657 +/- ##
============================================
+ Coverage 47.59% 48.34% +0.74%
- Complexity 16454 16510 +56
============================================
Files 1830 1833 +3
Lines 114308 112403 -1905
Branches 21642 21583 -59
============================================
- Hits 54409 54340 -69
+ Misses 52447 50702 -1745
+ Partials 7452 7361 -91
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1b157e6
to
40c24e9
Compare
|
* Add API resource access to notification sender v2 API
Proposed changes in this pull request
Related Issue